home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1998 March
/
MACPOWER-1998-03.ISO.7z
/
MACPOWER-1998-03.ISO
/
AMUG
/
Internet
/
NetFinder 1.2.1.sit
/
NetFinder 1.2.1
/
NetFinder Sound_Speech Data
< prev
next >
Wrap
Text File
|
1997-11-21
|
3KB
|
97 lines
; ----------------- NetFinder Speech Configuration File -------------------
;
; Lines starting with ";" are comments, and are ignored.
;
; Just edit the string between the quotes to get NF to speak
; at certain times. Leave blank to not speak anything (or comment out).
; DO NOT change the tags, or they will be skipped/ignored!
;
; NOTE: Most items have been commented out as it slows down performance.
;
; POWERUSERS: if you want to play sounds instead of using the speech manager
; simply replace the double quotes with the resource ID of the sound
; you wish to play from this files' resource fork. ('snd ' resource)
;
; Format: generally the format is as follows:
; Sxxx, xxx1, xxx0, xxxA, where xxx is a code, and S = initiate operation
; 1 = successful operation, 0 = failed operation, A = aborted operation.
;
; <CODE>="string to speak" <-- to use the speech manager (if installed)
; <CODE>=123 <-- to use the sound mamager (if resource available)
; do not change this line:
PKID=3000
; Connection
SCon="Establishing Connection."
Con1="Connection established."
;Con1=112 ; "all right!"
Con0="Connection Failed."
ConA="Connection Aborted."
;ConB="Bad username or password."
;ConB=135 <--- plays 'snd ' 135 when ";" is removed (but you need to put ";" in front of the line above!)
ConB=135 ; "idiot"
; played when partial file support is identified
PFS1="Cool! This site supports partial files."
;PFS1=126 ; "wow"
PFS0="Bummer! No partial file support."
; played when server type is identified.
UNIX="Server is a unix machine"
aMAC="Server is a mac"
aDOS="Server is a PC"
aVMS="Server is a VMS machine"
; Disconnect
DCon="Disconnecting."
; Upload File
SUpl="Upload initiated."
;Upl1="upload complete."
Upl1=111 ; "bing"
Upl0="upload failed."
UplA="upload a-borted."
; Download File
SDld="download initiated."
;Dld1="download complete."
Dld1=111 ; "bing"
Dld0="download failed."
DldA="download a-borted."
; Remote Copy
SRCP="remote copy initiated."
RCP1="remote copy complete."
RCP0="remote copy failed."
RCPA="remote copy a-borted."
; Change Permissions
SCMD="Change Permissions initiated."
CMD1="Permissions changed."
CMD0="Unable to change permissions."
CMDA="Set permissions a-borted."
; Delete file/folder
SDEL="Delete initiated."
DEL1="Delete successful."
DEL0="delete failed."
DELA="delete a-borted."
; Rename/Move file/folder
SREN="Change initiated."
REN1="Action successful."
REN0="operation failed."
RENA="operation a-borted."
; Aborting
;ABOR="abort initiated"
ABOR=120 ; "buzz"
; Sound Resource Reference
; 111="bing"
; 112="all right!"
; 120="buzz"
; 126="wow"
; 135="idiot"